home *** CD-ROM | disk | FTP | other *** search
- Path: naples-5.slip.uiuc.edu!user
- From: bwood@uiuc.edu (Brett Wood)
- Newsgroups: comp.lang.c,comp.lang.fortran
- Subject: Mac F2C: +E1 option switch?
- Date: Wed, 06 Mar 1996 00:17:26 -0600
- Organization: University of Illinois
- Message-ID: <bwood-0603960017260001@naples-5.slip.uiuc.edu>
- NNTP-Posting-Host: naples-5.slip.uiuc.edu
-
- I am trying to compile a program which requires using the +E1 switch during
- compilation. In Unix, I merely do this:
- f77 program.f +E1 -o program
- However, in Mac F2C, you can only enter options with a '-' preceding them, so
- I can't use '+E1'. Are there any solutions to this problem?
-
- TIA, Brett Wood
-